home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha 2001 August
/
CMycha200108.iso
/
Zaczarowane
/
main.swf
/
scripts
/
DefineButton2_104
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2001-06-06
|
289b
|
14 lines
on(press){
if(_root.go == true)
{
n = getProperty(_root.mc_lodki.mc_llas, _currentframe);
_root.kupa = n;
if(n < 21 && 15 < n)
{
_root.mc_lodki.stop();
_root.mc_chlopiec.mc_reka.play();
_root.las = true;
}
}
}